home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / music and sound / qtimadecompression / imadecom readme next >
Encoding:
Text File  |  2000-06-23  |  784 b   |  18 lines

  1. /*
  2.  
  3. IMADecompression information:
  4.  
  5. This sample is designed to show you how to create the required QuickTime atom and send
  6. it to the IMA decompression codecs so that you can decompress IMA compressed WAVE files
  7. using the Sound Manager's SoundConvert routines and the QuickTime IMA codecs.
  8.  
  9. This sample also shows a tecnique of playing a sound that doesn't rely on doing any
  10. work, other than setting a flag, at interrupt time.  Use this tecnique if you want to
  11. be a friendly application, but not if you can't stand to have sound dropouts.
  12.  
  13. The interesting bits are in PlaySound, DoIdle, and SoundCallBackFcn.
  14.  
  15. While this code has a basic knowledge of the structure of a WAVE file, I would not use
  16. this code as a sample showing the most correct and complete way to parse a WAVE file.
  17.  
  18. */